Method: addValueToNamedListEx

Add a value to an ExtremeControl end-system group. This is a generic operation, so ensure you use the correct value and end-system group. This operation is similar to addValueToNamedList, but returns a verbose message. Adding to a MAC address based end-system group requires the value to be in a MAC address format. Adding an IP address to an IP based end-system group requires the value to be in an IP address format. Failure to use the correct value and end-system group can cause network access issues.

Parameters

Name Type Description
list string The end-system group you are changing
Value string The value to add
description string Optional information stored in the end-system group with the value
reauthenticate boolean Set to true to force reauthentication on the affected end-system

Returns

Returns a WsResult with a structure defined by the following table.

Name Type Description
errorCode int See the Web Service Error Codes
errorMessage string Error message in readable text
success boolean True if operation is successful

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/addValueToNamedListEx?list=Administrator-User&value=jdoe&description=Example-Web-Service-ListName&reauthenticate=true&removeFromOtherGroups=true